From: Eli Zaretskii Date: Sun, 20 May 2001 04:19:41 +0000 (+0000) Subject: (decode-char): Fix a typo. From Pavel Janik . X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40212 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b9839d3f04d2821bd18bcc2d45ae41fcfee27772;p=emacs.git (decode-char): Fix a typo. From Pavel Janik . --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 08ad67c5551..416e20fdebe 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -304,7 +304,7 @@ Currently the only supported coded character set is `ucs' (ISO/IEC 10646: Universal Multi-Octet Coded Character Set). Optional argument RESTRICTION specifies a way to map the pair of CCS -and CODE-POINT to a chracter. Currently not supported and just ignored." +and CODE-POINT to a character. Currently not supported and just ignored." (cond ((eq ccs 'ucs) (cond ((< code-point 160) code-point)